From: Pavel Janík Date: Fri, 5 Jul 2002 19:59:54 +0000 (+0000) Subject: Remove unused variable `face'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~56396 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=efca2165df46437a26682d6968d9203dda34e713;p=emacs.git Remove unused variable `face'. --- diff --git a/src/xdisp.c b/src/xdisp.c index 2f8bc65f6c4..0534090211d 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -14163,7 +14163,6 @@ If third optional arg NO-PROPS is non-nil, string is not propertized. */) Lisp_Object format, window, no_props; { struct it it; - struct face *face; int len; struct window *w; struct buffer *old_buffer = NULL;